Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT - Created static Lexer and feature flags #61

Merged
merged 4 commits into from
Sep 10, 2024
Merged

Conversation

KrosFire
Copy link
Member

I created new kind of Lexer + feature flags to only import things you need.

This type of Lexer is very useful when you just want a lexing machine inside some custom struct and you cannot allow for mutating state. We know that in rust, having &mut is a tricky thing to manage :)

@KrosFire KrosFire requested a review from Ph0enixKM August 28, 2024 16:59
Copy link
Member

@Ph0enixKM Ph0enixKM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ph0enixKM Ph0enixKM merged commit 4e55628 into master Sep 10, 2024
1 check passed
@Ph0enixKM Ph0enixKM deleted the feat-static-lexer branch September 10, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants